home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0464.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.8 KB  |  41 lines

  1. I just subscribed to www-talk, and haven't been able to read all the
  2. previous exchanges, so please forgive me if this is inappropriate...
  3.  
  4. >3. I got rid of the TYPE attribute on anchor tags.
  5. >What's that thing for anyway. Does anybody use it?
  6.  
  7. Yes, I have the following (experimental) use for it.
  8.  
  9. I have written a program that translates texinfo (the GNU Emacs
  10. documentation format, which can be typeset using a special set of TeX
  11. macros as well as converted to a form of hypertext called Emacs INFO
  12. files) to HTML.  Texinfo files contain the usual cross references
  13. between nodes as well as some more structured links that shape the set
  14. of nodes into a tree.  Typical trees ("documents" in your proposed new
  15. terminology -- I like it!) can contain hundreds of nodes.  My
  16. translator adds types to structured links that indicate whether it is
  17. a link to a child, a left or right sibling, a parent, or the root of
  18. the tree.  This type is then used by a special WWW browser that I
  19. wrote to support tree browsing operations (which are actually
  20. compatible with the operations of the Emacs INFO browser).  I think
  21. this is useful, and better than second-guessing the tree structure
  22. from where the links lead to.
  23.  
  24. BTW, the results of my conversions (applied to several standard Emacs
  25. manuals as well as to documentation for Python, the language I'm using
  26. to write all my software in) can be viewed in the web rooted at
  27.  
  28.     http://voorn.cwi.nl:2784/default.html
  29.  
  30. I have added all sorts of other tags and attributes that don't exist
  31. officially but which my own browser supports (e.g. font changes).
  32. Later I'll try to catch up with the current proposals for HTML and
  33. use that instead.  I might also suggest other changes from which my
  34. texinfo conversion might benefit.
  35.  
  36. Cheers,
  37.  
  38. --Guido van Rossum, CWI, Amsterdam <guido@cwi.nl>
  39. "Are all your pets called Eric?"
  40.  
  41.